home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / comm / tcp / socksproxy.readme < prev    next >
Encoding:
Text File  |  1998-01-06  |  2.7 KB  |  65 lines

  1. Short:    Transparent SOCKS 4 proxy client for AmiTCP
  2. Author:   berend@sgi.com (Berend Ozceri)
  3. Uploader: berend@sgi.com (Berend Ozceri)
  4. Version:  1.0
  5. Type:     comm/tcp
  6.  
  7. This is a port of client side of the SOCKS 4 proxy. Full details on the
  8. SOCKS 4 proxy/firewall software can be found at:
  9.  
  10. ftp://ftp.nec.com/pub/socks
  11.  
  12. Basically SOCKS is a means of isolating a network (or a collection of
  13. networks) from the rest of the Internet. The most common use of this is
  14. to create a "firewall" to increase the security of the internal network
  15. of a company (or some other such institution). However, a nice feature of
  16. how SOCKS works is that it can also be used to create a whole network
  17. using only one IP address.
  18.  
  19. SOCKS only works with TCP based programs. UDP based programs are not
  20. supported. Luckily the more popular networking tools such as WWW browsers,
  21. telnet, ftp, etc. are all TCP based.
  22.  
  23. A unique feature of this Amiga port of SOCKS is that unlike the UNIX and
  24. PC ports of SOCKS, it requires no re-compilation of programs to work. It
  25. uses exec.library's SetFunction() library call to patch a few library
  26. calls in bsdsocket.library (yes, every time a new one is opened, for those
  27. of you that are wondering if it does the right thing with the per-task
  28. library bases).
  29.  
  30. Software that has been tested include (but is not limited to):
  31.  
  32. - IBrowse
  33. - napsaterm, telnet, finger, ncftp 
  34.  
  35. The software has only been tested with a real AmiTCP installation. I don't
  36. believe it would work reliably with other network stacks that "masquarade"
  37. a bsdsocket.library.
  38.  
  39. It currently does not support programs that rely on non-blocking connect()
  40. calls. I have not come across any such programs. Nevertheless, I will try
  41. to finish support for that at my earliest convenience.
  42.  
  43. Please read the provided file "CONFIGURATION" for a brief explanation of
  44. what parameters to provide to the installer during installation.
  45.  
  46. Berend Ozceri
  47.  
  48.  
  49. ============================= Archive contents =============================
  50.  
  51. Original  Packed Ratio    Date     Time    Name
  52. -------- ------- ----- --------- --------  -------------
  53.      628     274 56.3% 30-Nov-97 19:11:52  SOCKS Proxy.info
  54.     1890     758 59.8% 30-Nov-97 19:26:08 +CONFIGURING
  55.      438     227 48.1% 30-Nov-97 19:11:52 +CONFIGURING.info
  56.     2936    1296 55.8% 30-Nov-97 19:27:26 +COPYRIGHTS
  57.      438     229 47.7% 30-Nov-97 19:11:52 +COPYRIGHTS.info
  58.     2377     908 61.8% 30-Nov-97 18:34:04 +Install SOCKS Proxy
  59.      737     376 48.9% 30-Nov-97 19:11:52 +Install SOCKS Proxy.info
  60.     1909    1001 47.5% 30-Nov-97 19:28:24 +README
  61.      438     225 48.6% 30-Nov-97 19:11:52 +README.info
  62.    17356   10599 38.9% 30-Nov-97 19:41:06 +socks
  63. -------- ------- ----- --------- --------
  64.    29147   15893 45.4% 01-Dec-97 06:40:04   10 files
  65.